ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Viewer Assembly / GrapeCity.ActiveReports.Aspnet.Viewer Namespace / ConfigureExtensions Class / UseReportViewer Method / UseReportViewer(IAppBuilder,Action<ReportViewerConfiguration>) Method
A Owin.IAppBuilder object to configure.
An Action to configure the report viewer.

In This Topic
    UseReportViewer(IAppBuilder,Action<ReportViewerConfiguration>) Method
    In This Topic
    Configures middleware for the ActiveReports viewer API.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub UseReportViewer( _
       ByVal app As Owin.IAppBuilder, _
       ByVal configAction As Action(Of ReportViewerConfiguration) _
    ) 
    public static void UseReportViewer( 
       Owin.IAppBuilder app,
       Action<ReportViewerConfiguration> configAction
    )

    Parameters

    app
    A Owin.IAppBuilder object to configure.
    configAction
    An Action to configure the report viewer.
    See Also